Add Bug#.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2011 05:09:58 +0000 (22:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 18 Mar 2011 05:09:58 +0000 (22:09 -0700)
src/ChangeLog

index db80ab9f5502b33d96152c8a2a2fb134d8dbaa0b..0053232022eede6a1fdcd111b796432dbc690382 100644 (file)
@@ -3,7 +3,7 @@
        * process.c (Fmake_network_process): Use socklen_t, not int,
        where POSIX says socklen_t is required in portable programs.
        This fixes a porting bug on hosts like 64-bit HP-UX, where
-       socklen_t is wider than int.
+       socklen_t is wider than int (Bug#8277).
        (Fmake_network_process, server_accept_connection):
        (wait_reading_process_output, read_process_output):
        Likewise.